This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
I'll take a stab at this... ~Emile Nonboosisonobu 23.Jan.04 09:46 PM a Web browser Applications Development 6.0.3All Platforms
I think what you are experiencing is a function of the difference between what you see in the view and what "order" the documents are in when you call db.unprocesseddocuments.
I bet the collection of unprocesseddocuments is not in the same order you see them in the view and thus you are simply looking at the wrong document when you set doc = dc.GetFirstDocument
Can you prove that the first doc is the doc you are looking at in the view?